object AboutBox: TAboutBox Left = 414 Top = 227 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'Infos' ClientHeight = 300 ClientWidth = 313 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Panel1: TPanel Left = 8 Top = 8 Width = 297 Height = 245 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 12 Top = 16 Width = 32 Height = 32 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 64 Top = 12 Width = 101 Height = 19 Caption = 'Quick-Viewer' Font.Color = clBlack Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 64 Top = 32 Width = 73 Height = 16 Caption = 'Version 1.0' IsControl = True end object Comments: TLabel Left = 12 Top = 156 Width = 271 Height = 80 Caption = 'This software is postcard-ware! So if you enjoy this program ple' + 'ase send me a postcard of a regional motive. It would be the max' + 'imum if you could use a non-standard stamp too! Thank You!' Font.Color = clMaroon Font.Height = -13 Font.Name = 'System' Font.Style = [] ParentFont = False WordWrap = True IsControl = True end object Label1: TLabel Left = 64 Top = 48 Width = 183 Height = 16 Caption = '� 1995 by Michael Denzlein' end object Label2: TLabel Left = 12 Top = 116 Width = 268 Height = 32 Caption = 'A quick viewer and browser for BMP, ICO and WMF files for Delphi' + ' (with source).' WordWrap = True end object Label3: TLabel Left = 132 Top = 64 Width = 119 Height = 16 Caption = 'Griesaeckerstr. 15' end object Label4: TLabel Left = 132 Top = 80 Width = 147 Height = 16 Caption = 'D-96117 Memmelsdorf' end object Label5: TLabel Left = 132 Top = 96 Width = 69 Height = 16 Caption = 'GERMANY' end end object OKButton: TBitBtn Left = 113 Top = 262 Width = 86 Height = 31 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end end